Welcome![Sign In][Sign Up]
Location:
Search - linux usb

Search list

[Linux-UnixUSB-RS232

Description: 嵌入式linux ARM\\USB-RS232.rar-ARM Embedded linux \\ USB-RS232.rar
Platform: | Size: 63474 | Author: sunxuxi | Hits:

[Software Engineeringlinux

Description: 这篇硕士论文是基于Linux的USB网络设备驱动分析及实现技术研究,可供写linux下usb驱动的人员参考。-this master's thesis was based on the Linux USB Device Driver Network Analysis and Implementation of Technology, writing for linux usb drive under the reference.
Platform: | Size: 536373 | Author: 李青青 | Hits:

[Other resourceLinux-USB-driver

Description: 在LINUX下的USB摄像头的驱动程序,希望能对您的程序开发有帮助
Platform: | Size: 87473 | Author: 李国栋 | Hits:

[File Operatelinux-usb

Description: 以幽默诙谐的语言描述自己对于linux中主要关于usb,u盘等部分的分析,就跟读小说一样轻松
Platform: | Size: 236985 | Author: 小春 | Hits:

[Other resourcearm-linux-usb

Description: 基于armjx44bo下的USB接口的程序.对应的实验平台是jx44b0x-armjx44bo based on the USB interface. The corresponding experimental platform is jx44b0x
Platform: | Size: 9345 | Author: 欧阳纯风 | Hits:

[DocumentsUSB接口电路的设计

Description:   USB 是近年来应用在 PC领域的新型接口技术 ,是一些 PC 大厂商 ,如 Microsoft ,Intel 等为了解决日益增加的 PC外设与有限的主板插槽和端口之间的矛盾而制定的一种串行通信的标准 ,自 1995 年在 Comdex上亮相以来 ,至今已广泛地为各 PC厂家所支持.现在生产的 PC几乎都配备了 USB 接口 ,Microsoft 的 Win2ows98 ,NT,以及 MacOS,Linux ,FreeBSD 等流行操作系统都增加了对 USB 的支持.
Platform: | Size: 87680 | Author: liuyq6 | Hits:

[OtherUSB那些事

Description: 很不错的Linux下USB开发教程
Platform: | Size: 2667999 | Author: gehaocool | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[USB develop10分钟完成一个USB驱动程序

Description: 10分钟完成一个USB驱动程序-10 minutes to complete a USB Driver
Platform: | Size: 270336 | Author: | Hits:

[USB developtestusb

Description: linux下测试usb端口-usb ports under test
Platform: | Size: 32768 | Author: wm | Hits:

[USB developatmelwlandriver-3.3.5.5

Description: Linux下的usb无线网卡驱动程序源码(下载后请将名称改为atmelwlandriver-3.3.5.5.tar.bz2,然后可以解压使用)-under Linux USB wireless network card driver source code (Please download renamed atmelwlandriver- 3.3.5.5.tar.bz2, which can then be extracted use)
Platform: | Size: 791552 | Author: 方宁 | Hits:

[Driver Developusbforlinux

Description: usb驱动程序,本程序在2.4内核下已经成功运行,测试也很成功。-usb driver, the procedures under the 2.4 kernel has been successfully running test was also very successful.
Platform: | Size: 5120 | Author: wyh | Hits:

[Driver Developusbd-20020401

Description: USBD的驱动程序,Linux环境下的usb device的驱动程序-USBD drivers, Linux environment under the USB device driver
Platform: | Size: 230400 | Author: 柳如飞 | Hits:

[USB developusbmgr-0.4.8.tar

Description: USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.-USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
Platform: | Size: 52224 | Author: 邻水 | Hits:

[USB developsource_MX1_Lnx

Description: MX1(Arm9 based)Linux USB driver
Platform: | Size: 9216 | Author: 姚俊 | Hits:

[Embeded Linuxhandpad

Description: 嵌入式LINUX下的手写板应用软件,键盘应用,稍微改写就可应用于一般的触摸屏程序 -Embedded Linux under the 5270 application software, keyboard application can be slightly rewritten for the general procedures Touchscreen
Platform: | Size: 212992 | Author: 陈家振 | Hits:

[Internet-Networkbluetooth_drive

Description: linux蓝牙USB HCI层驱动,简单明了非常适合蓝牙开发人员学习-HCI layer drive, a very simple and straightforward for developers to learn Bluetooth
Platform: | Size: 53248 | Author: 邓华利 | Hits:

[USB developnec_upd985xx

Description: NEC的USB接口驱动,可以用于linux开发,或者嵌入式开发,使用价值较高-NEC USB drive that can be used in the development of Linux, or embedded development, higher value
Platform: | Size: 46080 | Author: 杨晓亮 | Hits:

[Linux-Unixlinuxusb

Description: linux下的usb驱动程序,armlinux平台,代码读过了,很好,希望对大家有用-the usb driver, armlinux platform, code read a good, useful for all
Platform: | Size: 3072 | Author: 刘伟东 | Hits:

[Embeded LinuxPenMount_USB_V1.0

Description: Linux driver for PenMount USB touch panel-Linux driver for USB touch panel PenMount
Platform: | Size: 2038784 | Author: 陳世華 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net